home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / SCRIPTZ / I13B1.EXE / SENDSTAT.PLG < prev    next >
Text File  |  1997-01-13  |  622b  |  2 lines

  1. if %pluginfo == $null { echo -a 8,1 $+ -[( Total DCC Sends in progress: $send(0) )]- | :end | play stop }
  2. if %pluginfo != $null { set %send %pluginfo | echo -a 8,1 $+ -[( DCC Send %# $+ %send )]- | echo -a 8,1 $+ -[( DCC Send to: $send(%send).nick at $send(%send).ip )]- | echo -a 8,1 $+ -[( DCC Send %# $+ %send filename: $send(%send).file )]- | echo -a 8,1 $+ -[( Percent: $send(%send).pc )]- | echo -a 8,1 $+ -[( Total bytes: $send(%send).size )]- | echo -a 8,1 $+ -[( Bytes acknowledged: $send(%send).lra )]- | echo -a 8,1 $+ -[( CPS: $send(%send).cps )]- | echo -a 8,1 $+ -[( Total DCC Sends: $send(0) )]- }